@import url('./fonts.css');

*,
*::before,
*::after {
	box-sizing: border-box;
}

ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	overflow-x: hidden;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1;
	-webkit-text-size-adjust: none;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
.btn,
.model__benefits > *,
textarea,
select {
	font: inherit;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.btn,
.model__benefits > *,
.pointer {
	cursor: pointer;
}

input[type='text'],
textarea {
	outline: none;
}

input[type='text']:focus,
textarea:focus {
	box-shadow: 0 0 0px 1px rgb(112, 197, 221);
}

input[type='submit'],
button,
.btn,
.model__benefits > * {
	outline: none;
	border: 1px solid #000;
	border-radius: 2px;
	background: #ddd;
	text-decoration: none;
	color: initial;
	padding: 1px 5px;
	display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

@media print {
	a:after {
		content: ' [' attr(href) '] ';
	}
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.65em;
}

h5 {
	font-size: 1.4em;
}

:root {
	--space-unit: 1.1rem;
	--space-xxxxs: calc(0.125 * var(--space-unit));
	--space-xxxs: calc(0.25 * var(--space-unit));
	--space-xxs: calc(0.375 * var(--space-unit));
	--space-xs: calc(0.5 * var(--space-unit));
	--space-sm: calc(0.75 * var(--space-unit));
	--space-md: calc(1.25 * var(--space-unit));
	--space-lg: calc(2 * var(--space-unit));
	--space-xl: calc(3.25 * var(--space-unit));
	--space-xxl: calc(5.25 * var(--space-unit));
	--space-xxxl: calc(8.5 * var(--space-unit));
	--space-xxxxl: calc(13.75 * var(--space-unit));
}

html {
	font-family: 'VW Head', 'Segoe UI', Candara, 'Bitstream Vera Sans',
		'DejaVu Sans', 'Bitstream Vera Sans', 'Trebuchet MS', Verdana, 'Verdana Ref',
		sans-serif;
}

:root {
	--text-base-size: 1em;
	--text-scale-ratio: 1.2;
	--text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
	--text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
	--text-md: calc(
		var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio)
	);
	--text-lg: calc(var(--text-md) * var(--text-scale-ratio));
	--text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
	--text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
	--text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
}

h1 {
	font-size: 3.8rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.33rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.1rem;
}

@media (max-width: 639px) {
	h2 {
		font-size: 1.6rem;
	}
}
html {
	font-size: 16px;
}
@media (max-width: 1279px) {
	html {
		font-size: 14px;
	}
}
select {
	display: none !important;
}

.page {
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.page .main {
	flex-grow: 1;
	margin-top: 138px;
}

@media (max-width: 639px) {
	.page .main {
		margin-top: 86px;
	}
}

.container {
	max-width: 100%;
	width: 1680px;
	margin: 0 auto;
	padding: 0 20px;
}

.section {
	margin: var(--space-xxl) 0;
}
.section .section__title {
	margin-bottom: var(--space-xl);
}
.section .section__show-more {
	text-align: center;
	margin: var(--space-lg) 0;
}
.section .section__show-more a {
	font-size: 1.25rem;
	color: rgb(11, 141, 205);
}
.section .section__show-more a::after {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.5em;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: translateY(-35%) rotate(45deg);
	transition: transform 0.2s;
}
.section .section__show-more a.active::after {
	transform: translateY(20%) rotate(225deg);
}
@media (max-width: 1023px) {
	.section {
		margin: var(--space-xl) 0;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

.btn,
.model__benefits > * {
	font-size: 18px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-unit);
	padding: 0 var(--space-unit);
	border: none;
	background: none;
	border-radius: 6px;
	white-space: nowrap;
	transition: background-color 0.3s, color 0.3s;
}
.btn img,
.model__benefits > * img {
	margin-left: -0.5rem;
	width: 38px;
	height: 38px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.btn--primary {
	background: rgb(11, 141, 205);
	color: #fff;
}
.btn--primary:hover {
	background-color: #0c9ee5;
}
.btn--primary:active {
	background-color: #0a7cb5;
}
.btn--primary:focus-visible {
	box-shadow: 0 0 0px 1px #fff;
}
.btn--black {
	background: #000;
	color: #fff;
}
.btn--black:hover {
	background-color: #0d0d0d;
}
.btn--black:active {
	background-color: black;
}
.btn--black:focus-visible {
	box-shadow: 0 0 0px 1px #fff;
}
.btn--white {
	background: #fff;
	color: #000;
}
.btn--white:hover {
	background-color: #e6e6e6;
}
.btn--white:active {
	background-color: #cccccc;
}
.btn--white:focus-visible {
	box-shadow: 0 0 0px 1px #fff;
}
.btn--outline {
	background: #fff;
	color: rgb(11, 141, 205);
	border: 1px solid rgb(212, 212, 212);
}
.btn--outline:hover {
	background-color: #e6e6e6;
}
.btn--outline:active {
	background-color: #cccccc;
}
.btn--outline:focus-visible {
	box-shadow: 0 0 0px 1px #fff;
}

.input {
	font-size: 18px;
	height: 50px;
	padding: 0 var(--space-unit);
	border: none;
	border-radius: 6px;
}

.checkbox {
	display: flex;
	align-items: center;
	gap: 15px;
}
.checkbox input[type='checkbox'] {
	/* display: none; */
	position: absolute;
	opacity: 0;
}
.checkbox input[type='checkbox'] + .checkbox__checkmark::after {
	opacity: 0;
}
.checkbox input[type='checkbox']:checked + .checkbox__checkmark::after {
	opacity: 1;
}
.checkbox__checkmark {
	width: 15px;
	height: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkbox__checkmark::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: rgb(11, 141, 205);
}
.checkbox__label {
	color: #4e4e4e;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: left;
}

.form {
	display: flex;
	flex-direction: column;
	grid-gap: var(--space-unit);
}

.page .select2 {
	font-size: 18px;
}
.page .select2 .select2-selection {
	height: 50px;
	border: none;
	background: rgb(241, 241, 241);
}
.page .select2 .select2-selection__rendered {
	line-height: 2.5em;
	padding: 0 var(--space-unit);
}
.page .select2 .select2-selection__arrow {
	height: 2.5em;
	width: 2.5em;
}
.page .select2 .select2-selection__arrow b {
	width: 8px;
	height: 8px;
	border-width: 0px;
	border-color: transparent;
	border-right: 1px solid rgb(11, 141, 205);
	border-bottom: 1px solid rgb(11, 141, 205);
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.1s;
}
.page .select2.select2-container--open .select2-selection__arrow b {
	width: 8px;
	height: 8px;
	border-width: 0px;
	border-color: transparent;
	border-right: 1px solid rgb(11, 141, 205);
	border-bottom: 1px solid rgb(11, 141, 205);
	transform: translateY(-12%) rotate(225deg);
}

.select2-dropdown {
	border-color: rgb(241, 241, 241) !important;
	box-shadow: 10px 0 40px -40px #000, -10px 0 40px -40px #000;
}
.select2-search .select2-search__field {
	border-radius: 2px;
	height: 2.5rem;
	outline: none;
}
.select2-search .select2-search__field:focus {
	box-shadow: 0 0 0px 1px rgb(112, 197, 221);
}

.select2-results__option {
	transition: background-color 0.3s, color 0.3s;
	padding: var(--space-sm) var(--space-xs);
}
.select2-results__option--highlighted {
	background: rgb(11, 141, 205) !important;
	transition: background-color 0.1s, color 0.1s;
}

.ico--phone {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../img/ico/phone.png);
}

.fancybox-container.fancybox-is-open {
	-webkit-backdrop-filter: blur(3px) !important;
	backdrop-filter: blur(3px) !important;
}

.fancybox-bg {
	background: linear-gradient(
		to right bottom,
		rgba(0, 30, 80, 0.1),
		rgba(11, 141, 205, 0.1)
	);
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.header {
	top: 0;
	left: 0;
	right: 0;
	padding: var(--space-sm) 0;
	position: fixed;
	z-index: 9999;
	width: 100vw;
	background-color: #fff;
}

.side-menu {
	display: none;
	flex-direction: column;
	transition: all ease 0.3s;

	width: 0vw;
	background-color: #fff;

	position: fixed;
	top: 100px;
	right: 0;
	z-index: 555;
	height: 100%;
}

.side-menu-list {
	display: none;
	flex-direction: column;
}

.side-menu.active .side-menu-list {
	display: flex;
	padding: 0 20px;
	margin: 20px 0;
}

.side-menu.active .side-menu-list li {
	display: flex;
	justify-content: center;
	padding: 20px 0;

	font-size: 15px;
	text-transform: uppercase;
}

.side-menu.active .side-menu-list li:not(:last-of-type) {
	border-bottom: 1px solid #0b8dcd;
}

.side-menu.active .btn {
	display: inline-flex;
	margin: 0 20px;
}

.burger-open {
	display: none;
}

.burger-close {
	display: none;
	width: 20px;
}

.header__inner {
	display: grid;
	grid-template-columns: 1fr auto auto auto auto;
	align-items: center;
	grid-gap: var(--space-xl);
}
.header__logo {
	margin-right: auto;
	display: flex;
	align-items: center;
	gap: 30px;
}
.header__logo img {
	width: 60px;
	height: 60px;
}

.header__logo-text {
	color: #001e50;
	font-size: 16px;
	font-weight: 700;
}

.header__logo-text b {
	font-weight: 500;
}

.header__phone {
	font-size: 1.3rem;
	font-weight: 700;
}
.header__time {
	white-space: nowrap;
}
.header__callback_btn {
	justify-self: end;
}
.header__callback_btn .btn,
.header__callback_btn .model__benefits > * {
	font-size: 1.3rem;
	height: 2.75em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

@media (max-width: 1023px) {
	.header {
		padding: var(--space-md) 0;
	}
	.header__inner {
		grid-gap: var(--space-lg);
	}
	.header__phone {
		font-size: 1.1rem;
	}
	.header__callback_btn {
		justify-self: end;
	}
	.header__callback_btn .btn,
	.header__callback_btn .model__benefits > * {
		font-size: 1rem;
		height: 50px;
		padding-left: var(--space-md);
		padding-right: var(--space-md);
	}
}
@media (max-width: 767px) {
	.header {
		padding: var(--space-sm) 0;
	}
	.header__inner {
		grid-template-columns: 1fr repeat(3, auto);
		grid-gap: var(--space-unit);
	}
	.header__address {
		grid-row: 2;
		grid-column: span 2;
	}
	.header__time {
		justify-self: end;
		grid-row: 2;
		grid-column: span 2;
	}
}
@media (max-width: 639px) {
	.header {
		padding: var(--space-xs) 0;

		padding-bottom: 33px;
		box-shadow: -1px 3px 10px 1px #a7a7a7;
	}
	.header__inner {
		grid-gap: 0;
		display: flex;
		justify-content: space-between;
	}

	.header__address {
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

	.header__logo-text {
		display: none;
	}

	.header__time {
		display: none;
	}

	.header__phone {
		display: flex;
		align-items: flex-end;
		gap: 10px;
		height: 20px;
	}

	.side-menu {
		display: flex;
	}

	.burger-open {
		display: block;
	}
}

@media (max-width: 639px) {
	.callback_btn__desktop {
		display: none;
	}
}
@media (min-width: 640px) {
	.callback_btn__mobile {
		display: none;
	}
}

/* Navigation */

.navigation {
	background-color: #001e50;
	position: fixed;
	top: 86px;
	width: 100vw;
	z-index: 10;
}

.navigation-list {
	/* max-width: calc(100% - 800px); */
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	gap: 45px;
	padding: 10px 0;
}

@media (max-width: 639px) {
	.navigation {
		display: none;
	}
}

.footer {
	margin-top: 0;
}

.legal {
	display: flex;
	justify-content: space-between;
}

.footer__models-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	justify-items: center;
	padding: var(--space-lg) 0;
	border-top: 1px solid rgb(217, 217, 217);
}
.footer__models-list::before,
.footer__models-list::after {
	content: '';
}
.footer__models-item {
	color: rgb(144, 146, 149);
	font-size: 1.25rem;
}
.footer__regs {
	font-size: 14px;
	background: #dee1e3;
	padding: var(--space-md) 0;
}

.footer__links {
	margin: 0;
	padding: 0;
}

.disclaimer {
	max-width: 510px;
}

@media (max-width: 639px) {
	.footer__models-list::before,
	.footer__models-list::after {
		content: none;
	}

	.legal {
		flex-direction: column;
		gap: 20px;
		padding-top: 20px;
	}
}
@media (max-width: 479px) {
	.footer__models-list {
		grid-template-columns: repeat(2, 1fr);
		justify-items: start;
		border-top: none;
		padding-top: 0;
		grid-gap: var(--space-lg);
	}
}

.banner {
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	height: 36vw;
	max-height: 595px;
	min-height: 195px;
}
.banner__bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(3.68deg, #d9d9dd -35.54%, #b5b5b5 80.57%);

	filter: brightness(0.7);
}

.swiper-hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
}

.swiper-hero .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-hero .swiper-pagination {
	/* bottom: 90px; */
	/* left: calc((100vw - 1420px) / 2); */
	display: flex;
	/* gap: 10px; */

	left: auto;
	/* justify-content: flex-end; */
	justify-content: center;
	max-width: 1148px;
	margin: 0 auto;
	/* display: flex; */
	position: relative;
	z-index: 44;
	bottom: 30px;
	gap: 2px;
}

.swiper-hero .swiper-pagination-bullet {
	/* width: 110px; */
	/* width: 54px; */
	/* height: 6px; */
	/* height: 4px;
  opacity: 1; */
	/* background: #fff; */
	background: rgba(255, 255, 255);
	/* border-radius: 0; */
	transition: all ease 0.3s;
	width: 12px;
	height: 13px;
	border-radius: 50%;
	opacity: 0.5;
}

.swiper-hero .swiper-pagination-bullet-active {
	opacity: 1;
	/* background: #6087A3;
    width: 85px; */
}

.banner__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.banner .container {
	height: 100%;
	position: relative;
}

.banner__inner {
	padding: var(--space-unit) 0;
	position: relative;
	/* height: 100%; */
	/* max-width: 810px; */
	z-index: 2;
}
.banner__title {
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding-bottom: 20px;

	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all ease 0.3s;
	top: 18px;
}

.wrapper-banner__title {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all ease 0.3s;
	padding-bottom: 20px;
	top: 18px;
}

.banner__title.active,
.wrapper-banner__title.active {
	position: static;
	opacity: 1;
	visibility: visible;
}

.wrapper-banner__title h2 {
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	/* padding-bottom: 20px; */
}

@media (max-width: 1279px) {
	.banner__title {
		font-size: 3.75vw;
	}
}
@media (max-width: 639px) {
	.banner {
		height: 52vw;
	}

	.banner__bg {
		filter: brightness(0.9);
	}

	.banner__title {
		padding-top: 10px;
		font-size: 12px;
		line-height: 24px;
		text-align: center;
	}

	.wrapper-banner__title {
		padding-top: 10px;
		text-align: center;
		left: 50%;
		/* right: 50%; */
		/* transform: translateX(-50%); */
	}

	/* .wrapper-banner__title.active {
      transform: translateX(0);
  } */

	.wrapper-banner__title h2 {
		font-size: 11px;
		line-height: 20px;
	}

	.wrapper-banner__title h2:last-child {
		font-size: 14px;
	}

	.banner__title b {
		font-size: 23px;
		text-transform: uppercase;
	}

	.swiper-hero .swiper-pagination {
		gap: 0;
		bottom: 10px;
	}

	.swiper-hero .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
}

.banner .timer {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 2;

	background: #001e50;
	border-radius: 0;
	/* padding: 15px 28px; */
	padding: 15px 128px 15px 28px;
	display: flex;
	gap: 20px;
}

.benefits .timer {
	display: none;
}

.timer {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-gap: var(--space-unit);
	color: #fff;
	padding: var(--space-md) var(--space-lg);
	border-radius: var(--space-unit);
	align-items: center;
}
.timer__title {
	grid-column: 1/-1;
	display: none;
}

@media (max-width: 639px) {
	.banner .timer {
		display: none;
	}

	.banner .btn.btn--primary {
		display: none;
	}

	.benefits .timer {
		display: block;
		background-color: #001e50;
		padding: 37px 20px 25px;
	}

	.benefits .timer h3 {
		padding: 16px 0;
	}

	.benefits .time {
		background-color: transparent;
		justify-content: center;
		max-width: 320px;
		margin: 0 auto;
	}

	.benefits .time__item::after {
		bottom: 0;
	}

	.benefits .time__item.js-days::after {
		left: 58px;
	}

	.benefits .time__item.js-hours::after {
		left: 117px;
	}

	.benefits .time__item.js-minutes::after {
		left: 173px;
	}

	.benefits .time__item.js-seconds::after {
		left: 229px;
	}

	.benefits .btn.btn--primary {
		margin-top: 26px;
	}
}

@media (max-width: 1023px) {
	.timer {
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.timer {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.timer br {
		display: none;
	}

	.timer__title {
		display: block;
	}
}

.time {
	position: relative;
	display: flex;
	align-items: baseline;
	line-height: 1;
	gap: var(--space-xxxs);
	font-size: 2.5rem;
	/* background-color: rgba(0, 0, 0, .25); */
	padding: 7px 12px 20px;
}

.time__item::after {
	font-size: 12px;
	bottom: 8px;
	position: absolute;
}

.time__item.js-days::after {
	content: 'дней';
	left: 22px;
}

.time__item.js-hours::after {
	content: 'часов';
	left: 90px;
}

.time__item.js-minutes::after {
	content: 'минут';
	left: 155px;
}

.time__item.js-seconds::after {
	content: 'секунд';
	left: 218px;
}

.wrapper-credit-form {
	background-color: #001e50;
	position: relative;
}

.img-winter-credit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 100%;
}

.credit-form__inner {
	/* max-width: 810px; */
	max-width: 760px;
	padding: 54px 0;
	position: relative;
	z-index: 3;
	background: #001e50;

	color: #fff;
}
.credit-form__title {
	margin-bottom: 38px;
	font-weight: 400;
}
.credit-form__title span {
	font-size: 1.2em;
	font-weight: 700;
}
.credit-form__subtitle {
	margin-bottom: var(--space-lg);
	font-size: 2em;
	font-weight: 500;
}
.credit-form__list {
	max-width: 550px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 20px;
	font-size: 1.2rem;
}
.credit-form__form {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.credit-form__form input {
	width: 257px;
	display: inline-block;
}

.credit-form__form input[type='tel'] {
	position: relative;
	right: 120px;
}

.credit-form__form .checkbox__label {
	color: #fff;
}

.credit-form__form .btn {
	margin-top: 15px;
}

.credit-form__body .list {
	padding-left: 20px;
	list-style: disc;

	font-size: 16px;
}

.credit-form__form .checkbox {
	grid-column: 1/-1;
	margin-top: var(--space-xs);
	margin-bottom: var(--space-xs);
}

@media (max-width: 1839px) {
	.credit-form__inner {
		max-width: 520px;
	}

	.credit-form__form {
		display: flex;
		max-width: 550px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.credit-form__form input {
		width: 230px;
	}

	.credit-form__form input[type='tel'] {
		position: static;
	}

	.credit-form__form .checkbox {
		width: 100%;
	}

	.credit-form__form .btn {
		width: 230px;
	}
}

@media (max-width: 767px) {
	.credit-form {
		background-image: none;
		padding: 0;
	}
	.credit-form__inner {
		margin: 0 -20px;
		padding: 0;
	}
	.credit-form__body {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: var(--space-lg);
		padding-bottom: 10px;
		color: #fff;
	}
	.credit-form__title {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 1.3;

		padding-bottom: 20px;
	}

	.credit-form__body .list {
		padding-left: 40px;
	}

	.credit-form__title span {
		font-size: 1.33em;
	}
	.credit-form__subtitle {
		font-size: 1.42em;
	}
	.credit-form__form {
		margin: 0;
		padding: var(--space-unit) 20px;
	}

	.credit-form__form input[type='tel'] {
		position: static;
	}

	.credit-form__form .checkbox__label {
		color: rgba(255, 255, 255, 0.5);
	}

	.credit-form__form .btn {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.credit-form__list {
		grid-template-columns: repeat(1, auto);
	}
}

.contacts {
	position: relative;
	padding: var(--space-xl) 0;

	margin-bottom: 0;
}

.wrapper-contacts {
	background-color: #001e50;
	height: 600px;
	position: relative;
}

.wrapper-contacts .container {
	height: 100%;
}

.img-map {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

/* .contacts__map {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
} */

.img-map-mob {
	display: none;
	right: 0;
	top: 0;
	z-index: 5;
}

.contacts__wrapper {
	display: flex;

	position: relative;
	z-index: 5;
	background-color: #001e50;
	max-width: 605px;
	height: 100%;
}
.contacts__inner {
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 2;

	padding: 50px 0;
	background: rgb(0, 30, 80);
	border-radius: var(--space-unit);
	color: #fff;
}
.contacts__title {
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: var(--space-unit);
	padding-bottom: 20px;
}
.contacts__info {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
	margin: var(--space-lg) 0;

	font-size: 24px;
}

.contacts__info-title {
	font-size: 28px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contacts__info a {
	font-size: 1.2em;
}

.contact-form__form {
	margin-top: var(--space-xl);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.contact-form__form input {
	width: 257px;
}

.contact-form__form .checkbox {
	grid-column: -1/1;
}

.contact-form__form .checkbox__label {
	color: #fff;
}

.contacts__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 940px;
	width: 100%;
}

.contacts__map > *,
.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.call-map {
	display: none;
}

@media (max-width: 767px) {
	.contacts__inner {
		padding: var(--space-lg);
	}
}
@media (max-width: 639px) {
	.contacts {
		padding: 0;
		text-align: center;
	}

	.wrapper-contacts {
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}

	.wrapper-contacts .container {
		height: auto;
	}

	.img-map {
		display: none;
	}

	.img-map-mob {
		display: block;
		width: 100%;
	}

	.contacts__map {
		position: relative;
		height: 450px;
	}

	.contacts__title {
		justify-content: center;

		display: none;
	}

	.contacts__info {
		font-size: 16px;
	}

	.contacts__info-title span {
		display: none;
	}

	.contacts__info-title {
		justify-content: center;
		font-size: 22px;
	}

	.contacts__wrapper {
		justify-content: center;
		height: auto;
	}
	.contacts__inner {
		max-width: none;
		padding-top: 0;
	}

	.contact-form__form {
		display: none;
	}

	.call-map {
		display: inline-flex;
		width: 100%;
	}
}

.benefits {
	margin-top: -50px;
	position: relative;
}
.benefits__wrapper {
	display: flex;
	gap: var(--space-unit);
	flex-wrap: wrap;
	justify-content: center;
}
.benefits__timer {
	flex-grow: 1;
	max-width: 60rem;
}
.benefits__inner {
	max-width: 60rem;
	display: flex;
	gap: inherit;
}
.benefits__item {
	flex: 1;
}
@media (max-width: 1023px) {
	.benefits {
		margin-top: 0;
	}
	.benefits__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.benefits__timer {
		align-self: stretch;
		max-width: none;
	}
}
@media (max-width: 639px) {
	.benefits__inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: var(--space-lg);
		justify-content: center;
	}
}

.complectations__filters {
	max-width: 1440px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-gap: var(--space-xs) var(--space-lg);
	margin-bottom: var(--space-xl);
}
.complectations__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: var(--space-md);
}
@media (max-width: 1023px) {
	.complectations__filters {
		grid-gap: var(--space-xs) var(--space-md);
	}
	.complectations__list {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
}

.compectation {
	padding: var(--space-md);
	border-radius: var(--space-md);
	background: rgb(241, 241, 241);
}
.compectation__img img {
	margin: 0 auto;
}
.compectation__name {
	font-size: 32px;
	font-weight: 700;
}

.complectation-title {
	font-size: 18px;
	margin-top: 5px;
}

.compectation__prices {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-xxs) var(--space-unit);
}
.compectation__prices del {
	color: #a7a7a7;
	font-size: 16px;
}
.compectation__price-current {
	font-size: 24px;
}
.compectation__props {
	line-height: 1.2;
	color: rgb(133, 133, 133);
}
.compectation__actions {
	margin-top: var(--space-md);
	grid-column: 1/-1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs) var(--space-unit);
}
.compectation__actions > * {
	flex-grow: 1;
}
@media (max-width: 639px) {
	.compectation__name {
		text-align: center;
	}

	.complectation-title {
		text-align: center;
	}

	.compectation__props {
		text-align: center;
	}
	.compectation__prices {
		justify-content: center;
	}
	.compectation__actions {
		justify-content: center;
	}

	.compectation__actions .btn.btn--outline {
		width: 255px;
	}

	.compectation__actions > * {
		flex-grow: 0;
	}
	.compectation__actions .btn,
	.compectation__actions .model__benefits > * {
		font-size: 16px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.compectation__actions .btn:first-child,
	.compectation__actions .model__benefits > :first-child {
		min-width: 255px;
	}
}

.tradein-form {
	color: #fff;
}

.wrapper-tradein {
	position: relative;
	background-color: #001e50;
}

.img-tradein {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
}

.tradein-form__wrapper {
	display: flex;
	justify-content: flex-end;
}

.tradein-form__inner {
	flex-grow: 1;
	max-width: 605px;

	background: #001e50;
	position: relative;
	z-index: 4;
	padding: 22px 0;
	padding-left: 15px;
}
.tradein-form__title {
	font-size: 3rem;
	font-weight: 700;
}
.tradein-form__subtitle {
	font-size: 2rem;
	margin: var(--space-lg) 0;
}
.tradein-form__price {
	font-size: 3rem;
	font-weight: 700;
}
.tradein-form__form {
	margin-top: var(--space-xl);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tradein-form__form .checkbox {
	grid-column: 1/-1;
	margin-top: var(--space-xs);
	margin-bottom: var(--space-xs);
}
@media (min-width: 640px) {
	.tradein-form__form .checkbox .checkbox__label {
		color: #fff;
	}
}
@media (max-width: 639px) {
	.tradein-form {
		background: rgb(241, 241, 241);
		padding: 0;
	}

	.img-tradein {
		display: none;
	}

	.tradein-form__title {
		font-size: 2.3rem;
		text-align: center;
	}
	.tradein-form__subtitle {
		font-size: 1.14rem;
		text-align: center;
		margin: var(--space-xs) 0;
	}
	.tradein-form__subtitle span {
		text-transform: uppercase;
	}
	.tradein-form__price {
		font-size: 1.7rem;
		text-align: center;
		color: rgb(11, 141, 205);
		text-transform: uppercase;
	}
	.tradein-form__body {
		padding-top: var(--space-unit);
	}
	.tradein-form__body::after {
		margin-top: var(--space-unit);
		/* content: ""; */
		display: block;
		height: 250px;
		background-image: url(../img/ref_tradeinform_bg.jpg);
		background-size: cover;
		background-position: 13%;
		margin-left: -20px;
		margin-right: -20px;
	}
	.tradein-form__form {
		margin: 0;
		padding: var(--space-md) 0 var(--space-lg);
	}

	.tradein-form__form .checkbox__label {
		color: #fff;
	}
}

.models__title {
	text-align: center;
}
.models__links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	grid-gap: var(--space-unit);
	margin-bottom: var(--space-xl);

	padding-left: 50px;
	padding-right: 40px;
}
.models__items > * + * {
	margin-top: var(--space-xl);
}
@media (max-width: 639px) {
	.models__links::before,
	.models__links::after {
		content: none;
	}
	.models__items > * + * {
		margin-top: var(--space-lg);
	}
}
@media (max-width: 479px) {
	.models__links {
		grid-template-columns: repeat(2, 1fr);
		justify-items: start;
		grid-gap: var(--space-lg);

		padding-left: 0;
		padding-right: 0;
	}
}

.models-link-item {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin: 0 20px;
}

@media (max-width: 479px) {
	.models-link-item {
		margin: 0;
	}

	.models__title.section__title {
		font-size: 20px;
		margin-bottom: 0;
	}
}

.models-link-item__text {
	font-size: 1.25rem;
}

.model {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-template-areas: 'title prices benefits' 'img prices benefits' 'img gifts gifts';
	padding: var(--space-unit) var(--space-lg);
	grid-gap: var(--space-unit);
}
.model__substrate {
	margin: calc(var(--space-unit) * -1) calc(var(--space-lg) * -1);
	grid-column: 1/-1;
	grid-row: 1/3;
	left: 0;
	right: 0;
	top: 0;
	border-radius: var(--space-md);
	z-index: -1;
}
.model__img {
	grid-area: img;
	align-self: center;
	margin: calc(var(--space-unit) * -1) calc(var(--space-lg) * -1);
	margin-right: 0;
}
.model__img img {
	width: 100%;
}
.model__title {
	color: #001e50;
	grid-area: title;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 1.125rem;
}
.model__title h3 {
	font-size: 3rem;
	line-height: 1.2;
}
.model__prices {
	grid-area: prices;
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: var(--space-unit);
	color: #001e50;
}

.model__price-old {
	font-size: 32px;
}

.model__price-current {
	font-size: 2.25rem;
	font-weight: 700;
}

.model__price-credit {
	font-size: 20px;
}

.model__benefits {
	grid-area: benefits;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
}

.model__benefits > * {
	font-weight: 700;
	color: rgb(0, 30, 80);
	cursor: auto;
	font-size: 15px;
	height: auto;
}

.benefits-item {
	width: 110px;
	height: 110px;
	background: #fff;
	border: 1px solid rgb(225, 225, 225);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.benefits-item__img {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefits-item__img img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.benefits-item__text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	color: #001e50;
	font-weight: 700;
}
@media (max-width: 639px) {
	.benefits-item {
		width: 70px;
		height: 70px;
		border: none;
		border-radius: 4px;
		padding: 5px;
		gap: 10px;
	}
	.benefits-item__text {
		font-size: 9px;
		height: auto;
	}

	.benefits-item__img {
		flex-grow: 0;
	}

	.benefits-item__img img {
		width: 26px;
		height: 26px;
	}

	.model__price-old {
		font-size: 20px;
	}

	.model__price-credit {
		font-size: 16px;
	}
}

.model__gifts {
	margin-top: var(--space-lg);
	grid-area: gifts;
	align-self: center;
	display: flex;
	justify-content: space-between;
	gap: var(--space-md);
}
.model__gifts > * {
	text-align: center;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-md);
}
.model__gifts > * img {
	margin-left: -26%;
	margin-right: -10%;
	max-width: 140px;
	min-width: 60px;
	width: 15vw;
}

.wrapper-btn-models {
	width: 275px;
}

.wrapper-btn-models a {
	width: 100%;
}

.wrapper-btn-models a:last-child {
	border: 1px solid #0b8dcd;
	color: #0b8dcd;
	background-color: transparent;
}

@media (max-width: 1279px) {
	.model {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: 'title title' 'benefits benefits' 'img prices' 'img gifts';
	}
	.model__img {
		margin-top: var(--space-unit);
	}
	.model__benefits > * {
		height: 40px;
		font-size: 13px;
		font-weight: 700;
		padding-left: 10px;
		padding-right: 10px;
		gap: 7px;
	}
	.model__benefits > * img {
		width: 30px;
		height: 30px;
		margin-left: 0;
	}
	.model__substrate {
		grid-row: 1/4;
	}
}
@media (max-width: 1023px) {
	.model {
		grid-template-areas: 'title title' 'benefits benefits' 'img prices' 'img .' 'gifts gifts';
	}
	.model__substrate {
		grid-row: 1/4;
	}
	.model__gifts {
		justify-content: space-evenly;
	}
}
@media (max-width: 639px) {
	.model {
		padding: 0;
		grid-template-columns: 1fr;
		grid-template-areas: 'title' 'prices' 'img' 'img' 'benefits' 'gifts';
		grid-gap: var(--space-xs);
		padding-bottom: var(--space-lg);
		border-bottom: 1px solid rgb(214, 214, 214);

		box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
		border-radius: 19px;
	}
	.model__title {
		font-size: 0.9rem;
		padding-top: 15px;
		padding-left: 15px;
	}
	.model__title h3 {
		font-size: 2.3rem;
	}
	.model__img {
		margin: 0;

		width: 100%;
	}

	.model__prices {
		padding-left: 15px;
	}

	.model__price-current {
		font-size: 1.7rem;
	}
	.model__price-credit .btn,
	.model__price-credit .model__benefits > * {
		height: 40px;
		font-size: 16px;
	}
	.model__substrate {
		margin: 0;
		grid-row: 1/4;
	}

	.model__benefits {
		justify-content: center;
	}

	.model__benefits .benefits__inner {
		display: flex;

		gap: 7px;
	}

	.model__benefits > *:nth-child(1) {
		order: 4;
	}
	.model__benefits > *:nth-child(2) {
		order: 1;
	}
	.model__benefits > *:nth-child(3) {
		order: 3;
	}
	.model__benefits > *:nth-child(4) {
		order: 2;
	}
	.model__gifts {
		margin-top: 25px;
		justify-content: space-between;
		gap: 0;
		flex-wrap: wrap;
	}
	.model__gifts > * {
		flex: 1;
		font-size: 11px;
		gap: var(--space-xs);
	}
	.model__gifts > * img {
		margin-left: -20%;
	}

	.wrapper-btn-models {
		padding-top: 20px;
	}

	.wrapper-btn-models a:last-child {
		display: none;
	}

	.wrapper-btn-models a {
		width: 255px;
	}
}
@media (max-width: 479px) {
	.model__benefits > * {
		flex-grow: 1;
	}
}

.popup {
	background-image: linear-gradient(
		to right bottom,
		rgb(0, 30, 80),
		rgb(11, 141, 205)
	);
	background-size: cover;
	background-position: center;
	color: #fff;
	border-radius: var(--space-unit);
	padding: var(--space-lg);
}
.popup__inner {
	text-align: center;
}
.popup__title {
	/* font-size: 1.8rem; */
	font-size: 1.6rem;
	margin-bottom: var(--space-unit);
}
.popup__form {
	margin-top: var(--space-unit);
}

.popup__form .checkbox__label {
	color: #fff;
}

#popup-thanks {
	background-image: url(../img/ref_popup_thanks.jpg),
		linear-gradient(to right bottom, rgb(0, 30, 80), rgb(11, 141, 205));
	font-size: 1.77rem;
}
#popup-thanks .popup__title {
	font-size: 2.66rem;
}

#popup-recall {
	background-image: url(../img/ref_popup_recall.jpg),
		linear-gradient(to right bottom, rgb(0, 30, 80), rgb(11, 141, 205));
	font-size: 1.33rem;
}
#popup-recall .popup__title {
	font-size: 2.22rem;
}

#popup-tradein {
	background-image: url(../img/ref_popup_tradein.jpg),
		linear-gradient(to right bottom, rgb(0, 30, 80), rgb(11, 141, 205));
}
#popup-tradein .popup__title span {
	font-size: 1.66rem;
}
#popup-tradein .popup__title b {
	font-size: 2.66rem;
}

#popup-credit {
	background-image: url(../img/ref_popup_credit.jpg),
		linear-gradient(to right bottom, rgb(0, 30, 80), rgb(11, 141, 205));
	font-size: 1.11rem;
}
#popup-credit .popup__title span {
	font-size: 1.33rem;
}

#popup-fixprice {
	background-image: url(../img/ref_popup_fixprice.jpg),
		linear-gradient(to right bottom, rgb(0, 30, 80), rgb(11, 141, 205));
	font-size: 1.22rem;
} /*# sourceMappingURL=style.css.map */

.showmore-hide,
.filtered-hide {
	display: none !important;
}

#Bora .model__title,
#Bora .model__prices {
	color: white;
}
#TiguanNew .model__title,
#TiguanNew .model__prices {
	color: white;
}

/* calc */

.main-finance-page__title {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}
.main-finance-page__title > span {
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 10px;
}
.main-finance-page__title > span br {
	display: none;
}
.main-finance-page__benefits {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-finance-page__benefits-item {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	justify-content: center;
	gap: 25px;
	box-shadow: 0px 0px 3.16px 0px #00000040;
}
.main-finance-page__benefits-item p {
	font-size: 16px;
}

.main-finance-page__description {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.main-finance-page-form__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	gap: 15px;
	margin-bottom: 37px;
}

.main-finance-page-form__heading__number {
	font-size: 45px;
	font-weight: 500;
	color: #0b8dcd;
}

.main-finance-page-form__heading__text {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 7px;
}

.main-finance-page__grid {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
}

.main-finance-page__grid.main-finance-page__grid_top {
	-ms-grid-columns: 360px 40px 1fr 40px 355px;
	grid-template-columns: 360px 1fr;
}
.main-finance-page-preview {
}
.main-finance-page-preview__img {
	width: 100%;
	height: 357px;

	-o-object-fit: scale-down;
	object-fit: scale-down;
	position: relative;
	z-index: -1;
}

.select2-container--default .select2-selection--single {
	border-radius: 10px;
	border: 1px solid #c3bdbd;
	height: 50px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 50px;
	padding-left: 15px;
	padding-right: 30px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 50px;
	top: 0;
	right: 10px;
	background-image: url(../img/icons/select2-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	/* -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); */
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	/* display: none; */
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #000000;
}

.select2-results__option {
	font-size: 14px;
}

.main-finance-page__column .main-form-label:not(:last-child) {
	/* margin-bottom: 15px; */
}

.main-finance-page-preview {
	/* padding: 55px 35px 0; */
}

.main-finance-page__grid.main-finance-page__grid_credit {
	-ms-grid-columns: 380px 40px 1fr;
	grid-template-columns: 380px 1fr;
	margin-top: -150px;
}

.main-finance-page__grid.main-finance-page__grid_submit {
	-ms-grid-columns: 450px 40px 1fr;
	grid-template-columns: 450px 1fr;
	margin-top: -50px;
	align-items: end;
}

.main-finance-page__column__grid {
	display: flex;
	/* align-items: flex-end; */
	/* margin-bottom: 16px; */
	gap: 20px;
}
.main-form-input {
	max-width: 300px;
	width: 100%;
	height: 50px;
	padding: 13px 29px;
	color: #00000080;
	font-size: 20px;
	border: 1px solid #00000080;
	border-radius: 6px;
}
.main-finance-page-form .btn {
	width: 100%;
	/* margin-top: 15px; */
}

.main-finance-page-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	/* border-top: 1px solid #c2bbbb; */
	/* border-bottom: 1px solid #c2bbbb; */
	padding: 10px 0;
	flex-direction: column;
	gap: 10px;
}

.main-finance-page-price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 13px;
	width: 700px;
	justify-content: space-between;
}

.main-finance-page-price__item__heading {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
}

.main-finance-page-price__item__value {
	font-size: 35px;
	color: #0b8dcd;
	font-weight: bold;
}

.main-finance-page-price__item__value.main-finance-page-price__item__value_accent {
	/* background: -webkit-gradient(linear, left top, right top, from(#d1003f), color-stop(100.76%, #a700d1));
	background: -o-linear-gradient(left, #d1003f 0%, #a700d1 100.76%);
	background: linear-gradient(90deg, #d1003f 0%, #a700d1 100.76%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #0b8dcd;
}

.main-finance-page__grid:not(:last-child) {
	margin-bottom: 25px;
}

.main-finance-page__grid.main-finance-page__grid_submit
	.main-finance-page-form__heading {
	margin-top: 17px;
}

.main-finance-page-terms__title {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.main-finance-page-terms:not(:last-child) {
	margin-bottom: 30px;
}

.main-list-item {
	background-image: url(../img/icons/list-check-accent.svg);
	background-position: top 5px left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
}

.main-list-item:not(:last-child) {
	margin-bottom: 5px;
}

.main-finance-page__grid.main-finance-page__grid_credit
	.main-finance-page-price {
	padding: 35px 0;
	margin-top: 85px;
}

.main-finance-page-form {
	/* border-bottom: 1px solid #000;
	padding-bottom: 20px; */
}

.main-finance-terms__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px 70px;
}

.main-finance-terms__item__text {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

.main-finance-terms__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.main-finance-terms__item__icon {
	width: 64px;
	height: 64px;
	background-color: #f4f4f4;
	border-radius: 50%;
	background-image: url(../img/icons/finance-terms-check-accent.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.main-banks__grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.main-banks-item {
	border: 1px solid #d0d0d0;
	margin-left: -1px;
	margin-bottom: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100px;
}

img.main-banks-item__img {
	max-width: 150px;
}

.main-finance-calculate-item:not(:last-child) {
	/* margin-bottom: 30px; */
}

.main-finance-calculate-item__heading {
	font-size: 18px;
	margin-bottom: 10px;
}

.irs.main-finance-slider {
	height: 50px;
}

.irs.main-finance-slider .irs-grid-pol.small {
	display: none;
}

.irs.main-finance-slider .irs-grid-text {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.irs.main-finance-slider.main-finance-slider_payment .irs-grid-text {
	display: none;
}

.irs.main-finance-slider.main-finance-slider_term .irs-grid-pol {
	display: none;
}

.irs.main-finance-slider.main-finance-slider_term .irs-min,
.irs.main-finance-slider.main-finance-slider_term .irs-max {
	display: none;
}

.irs.main-finance-slider .irs-single {
	display: none;
}

.irs.main-finance-slider.main-finance-slider_payment .irs-min,
.irs.main-finance-slider.main-finance-slider_payment .irs-max {
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	top: 25px;
	z-index: 2;
	visibility: visible !important;
}

.irs.main-finance-slider.main-finance-slider_payment .irs-grid-pol {
	width: 4px;
	height: 4px;
	background: #c4c4c4;
	border-radius: 50%;
	top: 9px;
}

.irs.main-finance-slider .irs-bar {
	/* background: -webkit-gradient(linear, left top, right top, from(#d1003f), color-stop(100.76%, #a700d1));
	background: -o-linear-gradient(left, #d1003f 0%, #a700d1 100.76%);
	background: linear-gradient(90deg, #d1003f 0%, #a700d1 100.76%); */
	background-color: #0b8dcd;
	height: 10px;
	top: 7px;
}

.irs.main-finance-slider .irs-line {
	height: 8px;
	background-color: #00000033;
	top: 9px;
}

.irs.main-finance-slider .irs-handle {
	width: 24px;
	height: 24px;
	/* background: -webkit-gradient(linear, left top, right top, from(#d1003f), color-stop(100.76%, #a700d1));
	background: -o-linear-gradient(left, #d1003f 0%, #a700d1 100.76%);
	background: linear-gradient(90deg, #d1003f 0%, #a700d1 100.76%); */
	background-color: #0b8dcd;
	border-radius: 50%;
	cursor: pointer;
	top: 0;
}

.irs.main-finance-slider .irs-handle > i:first-child {
	width: 18px;
	height: 18px;
	background: none;
	/* border: 1px solid #fff; */
	border-radius: 50%;
	left: 4px;
	top: 3px;
}

.irs.main-finance-slider .irs-handle:hover > i:first-child {
	background-color: transparent;
}

.irs.main-finance-slider .irs-grid {
	bottom: unset;
	top: 24px;
	display: none;
}
.irs-min,
.irs-max,
.irs-handle.single i {
	display: none;
}
.irs.main-finance-slider.main-finance-slider_payment
	.irs-handle
	> i:last-child {
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	bottom: -14px;
	left: 2px;
	right: 0;
	margin: auto;
}

.main-finance-page__grid.main-finance-page__grid_tradein {
	margin-top: 25px;
	margin-bottom: 35px;
}

.main-finance-page__grid__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

.main-heading__text {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}

.main-section .select2-selection {
	background-color: white !important;
	border: 1px solid lightgray !important;
}
.credit__calc-selects {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.styles-btn {
	max-width: 350px;
	height: 50px;
	background-color: #0b8dcd;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.main-form-checkbox-text {
	font-size: 14px;
	color: #001e50;
	/* max-width: 120px; */
	margin-left: 20px;
}
.main-form-checkbox {
	display: flex;
	align-items: start;
	position: relative;
	margin-top: 6px;
}
.main-form-checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #0b8dcd;
	border-radius: 3px;
}
.main-form-checkbox-input:checked + .main-form-checkbox-checkmark {
	background-color: #0b8dcd;
	background-image: url('../img/arrow1.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.main-form-checkbox-input {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.main-finance-page__column__grid__column {
	margin-top: 20px;
}
.main-finance-page.container {
	width: 1400px;
}
@media (max-width: 1510px) {
	.main-finance-page__grid {
		grid-gap: 10px;
	}
	.main-finance-page-price__item__heading {
		font-size: 26px;
	}
	.main-finance-page-price__item__value {
		font-size: 35px;
	}
	.main-finance-page-price__item {
		width: 600px;
	}
	.main-form-checkbox-text br {
		display: none;
	}
}
@media (max-width: 1110px) {
	.main-heading__text {
		font-size: 20px;
		margin-bottom: 41px;
	}
	.main-finance-page__title {
		margin-bottom: 40px;
	}
	.main-finance-page__title > span {
		font-size: 26px;
		text-align: center;
		margin-bottom: 20px;
	}
	.main-finance-page__title > span br {
		display: block;
	}
	.main-finance-page__benefits {
		flex-direction: column;
		gap: 8px;
	}
	.main-finance-page__benefits-item {
		padding: 0;
		width: 350px;
		height: 50px;
		justify-content: start;
		padding-left: 50px;
	}
	.main-finance-page__benefits-item p {
		font-size: 14px;
	}
	.main-finance-page__grid.main-finance-page__grid_top {
		grid-template-columns: 1fr;
	}
	.main-finance-page-form__heading {
		/* text-align: center; */
		margin-bottom: 8px;
	}
	.main-finance-page-form__heading__number {
		font-size: 35px;
	}
	.main-finance-page-form__heading__text {
		font-size: 24px;
	}
	.main-finance-page__column {
		display: flex;
		flex-direction: column;
		align-items: center;
		/* max-width: 350px; */
		/* justify-content: center; */
	}
	.select2-selection__rendered {
		min-width: 350px;
	}
	.main-finance-page-preview {
		max-width: 314px;
	}
	.main-finance-page-preview__img {
		height: 200px;
	}
	.main-finance-page__grid.main-finance-page__grid_credit {
		grid-template-columns: 1fr;
		margin-top: -40px;
	}
	.main-finance-page-form__heading {
		margin-bottom: 16px;
	}
	.main-finance-calculate {
		max-width: 350px;
		width: 90%;
		text-align: center;
	}
	.main-finance-page-price {
		padding: 0 !important;
		margin-top: 0px !important;
	}
	.main-finance-page-price__item {
		width: 335px;
	}
	.main-finance-page-price__item__heading {
		font-size: 15px;
	}
	.main-finance-page-price__item__value {
		white-space: nowrap;
		font-size: 26px;
	}
	.main-finance-page__grid.main-finance-page__grid_submit {
		grid-template-columns: 1fr;
	}
	.main-finance-page__grid_submit .main-finance-page__column {
		margin-top: 40px;
	}
	.main-finance-page__grid_submit .main-finance-page__column__grid {
		margin-top: -65px;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.main-finance-page__grid_submit .main-form-input {
		max-width: 350px;
	}
	.main-finance-page__column__grid__column {
		max-width: 350px;
		width: 90%;
	}
	.main-form-label {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-finance-page__column__grid__column {
		margin-top: 0;
	}
	.main-finance-page__grid_submit .main-finance-page-form__heading {
		margin-bottom: 32px;
	}
	.main-form-checkbox-text {
		font-weight: 300;
	}
	.credit__calc-selects {
		max-width: 300px;
	}
}
